github.com/valyala/fastjson.cache.vs (field)
12 uses
github.com/valyala/fastjson (current package)
parser.go#L56: vs []Value
parser.go#L60: vs := c.vs
parser.go#L64: c.vs = vs[:0]
parser.go#L68: if cap(c.vs) > len(c.vs) {
parser.go#L69: c.vs = c.vs[:len(c.vs)+1]
parser.go#L71: c.vs = append(c.vs, Value{})
parser.go#L73: return &c.vs[len(c.vs)-1]
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)